home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / ZIPPED / VOL_100 / 177_01.ZIP / PRINTDOC.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-01-05  |  193 b   |  7 lines

  1. echo off
  2. cls
  3. echo This will print the SHELL.DOC file on your printer for you!
  4. echo Make sure your printer is on.   Press Ctrl-Break to abort, otherwise,
  5. pause
  6. type \shbin\shell.doc >prn:
  7.